type github.com/jackc/pgx/v5/pgtype.encodePlanNumericCodecBinaryNumericValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		numeric.go#L322: 			return encodePlanNumericCodecBinaryNumericValuer{}
		numeric.go#L342: type encodePlanNumericCodecBinaryNumericValuer struct{}
		numeric.go#L344: func (encodePlanNumericCodecBinaryNumericValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {